Release 10.1A: OpenEdge Data Management:
SQL Reference
NEXT_DAY
Returns the minimum date that is greater than the date corresponding to the first argument where the day of the week is the same as that specified by the second argument.
Syntax
Example
This example illustrates the
NEXT_DAYfunction:
Notes
- The first argument to the function must be of type
DATE.- The second argument to the function must be of type
CHARACTER. The result of the second argument must be a valid day of the week (‘SUNDAY’, ‘MONDAY’ etc.).- The result is of type
DATE.- If any of the argument expressions evaluate to
NULL, the result isNULL.Compatibility
Progress extension
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |